GoXam for WPF v3
GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType> Class
Members 
Northwoods.GoXam.Model Namespace : GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType> Class
This nested class is used during copying to hold a mapping of original nodes to newly copied nodes and original links to newly copied links.
Syntax
public sealed class GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType> : ICopyDictionary  
Type Parameters
NodeType
NodeKey
PortKey
LinkType
Remarks

This ICopyDictionary is used during the two-pass copying process to keep track of which newly copied node data correspond to which original node data and which newly copied link data correspond to which original link data.

Although this nested type is not a generic class, it is parameterized by the NodeType, NodeKey, PortKey, and LinkType type parameters of the containing generic model class. You should call GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>.CreateCopyDictionary to allocate an instance.

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Model.GraphLinksModel`4.CopyDictionary<NodeType,NodeKey,PortKey,LinkType>

See Also

Reference

GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType> Members
Northwoods.GoXam.Model Namespace